PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFCanvas Class / drawPath Method / drawPath(PDFPen,PDFBrush,PDFPath) Method
that determines the color, width, and style of the path.
that determines the characteristics of the fill.
to draw and fill.
In This Topic
    drawPath(PDFPen,PDFBrush,PDFPath) Method
    In This Topic
    Draws and fills a .
    Syntax
    public void drawPath( 
       PDFPen pen,
       PDFBrush brush,
       PDFPath path
    )

    Parameters

    pen
    that determines the color, width, and style of the path.
    brush
    that determines the characteristics of the fill.
    path
    to draw and fill.
    See Also